-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTL support via changing slide order #137
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
✅ Deploy Preview for vue-ssr-carousel ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Passing run #101 ↗︎
Details:
Review all test suite changes for PR #137 ↗︎ |
// Internal logic expects ltr layout | ||
direction ltr | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@azerozvn I realized one possible issue with this change. I'm setting the direction of the carousel wrapper to ltr
so that my reversing of the order works as intended. However, this means that the slides will inherit this setting.
Like notice how the slide titles here are ltr
:
I want to release a patch fix that sets the carousel track contents to direction: rtl
when the rtl
prop of the container is set. See any issue with that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, and sorry I forgot to answer you here, I've updated sites-rtl
to use 2.4.1
https://app.asana.com/0/1205224826010742/1206123025512141/f